GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-19T01:22:20.6997983+00:00",
"SubmitDate": "2025-11-19T01:22:20.6997983+00:00",
"ReportPeriodStart": "2025-11-19T01:22:20.6997983+00:00",
"ReportPeriodEnd": "2025-11-19T01:22:20.6997983+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6d4bf91b-a73f-4d06-a574-6e4044afb1ce",
"Rows": [
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6d4bf91b-a73f-4d06-a574-6e4044afb1ce",
"Rows": [
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17bf5e77-dc9f-4385-bd6c-4c5be1369a6d",
"87e451b9-cf92-4f3f-b05f-721b9e922744"
],
"Approvers": [
"13ef03f6-bd52-4254-ad6f-f24442efcaa5",
"2f2a90e6-ac44-4c88-a64f-5e422b13ee42"
],
"ApprovedBy": "ac43bf6c-a641-43e5-b0e1-5756f613f4e7",
"ApprovalDate": "2025-11-19T01:22:20.6997983+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "966655ea-e96f-44c2-a78d-e00104f0a3ef",
"id": "ac823831-a4b8-462f-a7a7-ea8bdc9eea4f",
"ConfigId": "03c929ab-8e8c-447d-813b-3c3c933616fd"
},
{
"GenerationDate": "2025-11-19T01:22:20.6997983+00:00",
"SubmitDate": "2025-11-19T01:22:20.6997983+00:00",
"ReportPeriodStart": "2025-11-19T01:22:20.6997983+00:00",
"ReportPeriodEnd": "2025-11-19T01:22:20.6997983+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6d4bf91b-a73f-4d06-a574-6e4044afb1ce",
"Rows": [
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6d4bf91b-a73f-4d06-a574-6e4044afb1ce",
"Rows": [
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6d628d5-37fd-4368-ab78-1f39e66673f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17bf5e77-dc9f-4385-bd6c-4c5be1369a6d",
"87e451b9-cf92-4f3f-b05f-721b9e922744"
],
"Approvers": [
"13ef03f6-bd52-4254-ad6f-f24442efcaa5",
"2f2a90e6-ac44-4c88-a64f-5e422b13ee42"
],
"ApprovedBy": "ac43bf6c-a641-43e5-b0e1-5756f613f4e7",
"ApprovalDate": "2025-11-19T01:22:20.6997983+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "966655ea-e96f-44c2-a78d-e00104f0a3ef",
"id": "ac823831-a4b8-462f-a7a7-ea8bdc9eea4f",
"ConfigId": "03c929ab-8e8c-447d-813b-3c3c933616fd"
}
]